home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / erud_10s.zip / SYSOP.DOC < prev   
Text File  |  1991-12-01  |  9KB  |  253 lines

  1.  
  2.  
  3.  
  4.      SYSOP.DOC              Sunday, November 17, 1991                Page 1
  5.  
  6.  
  7.       
  8.       
  9.       
  10.       
  11.       
  12.       
  13.       
  14.                     T H E  D O O R  O F  E R U D I T I O N
  15.       
  16.                                    v1.Os
  17.       
  18.                                  (C) 1991
  19.       
  20.                                      by
  21.       
  22.                                 Steve Tolfa
  23.       
  24.       
  25.       
  26.       
  27.       
  28.       
  29.  
  30.  
  31.      SYSOP.DOC              Sunday, November 17, 1991                Page 2
  32.  
  33.  
  34.      Introduction:
  35.       
  36.      What it is anyway?:
  37.  
  38.      The Door of Erudition is a bulletin writer.  With a few special twists.
  39.  
  40.      1) Creates a Ascii and Ansi Bulletin for Logon.
  41.      2) Creates a Ascii and Ansi Bulletin Log File.
  42.      3) Bulletins are Shown One at a time in Log File.
  43.      4) Full Hot-Key Support.
  44.      5) Full Word-Wrapping Support.
  45.      6) Bulletins with a 10 line maximum limit.
  46.      6) Fossil Driven. (Must have Fossil Loaded)
  47.     *7) Writes the Bulletin Log Files in REVERSE ORDER.
  48.     *8) Maintenance File that allows you to set a specific number of bulletins
  49.         to preserve in the Log Files.
  50.  
  51.   * - Registered Version Only
  52.  
  53.      PAYMENT:
  54.       
  55.      The Cost of a registered version of Erudition is $10.00.
  56.      This will allow you to be able to write the bulletins of the log file in
  57.      reverse order.  This is a NICE feature seeing as the most recent
  58.      Bulletins are shown first, and so on.
  59.  
  60.      Along with the registered version, you will receive a maintenance utility
  61.      that allows you to trim the Ascii and Ansi Log files to a specific number
  62.      of previous bulletins.
  63.  
  64.      For an Additional charge, the Door of Erudition CAN be made to cosmetically
  65.      match your BBS. I will work with you to create your own CUSTOM version.
  66.  
  67. Getting Erudition Started:
  68.  
  69.           Menu Type 7 Optional Data Field Contents:
  70.  
  71.               * /c  \RA\Bulletin.Bat
  72.  
  73.               Bulletin.Bat:
  74.               Cd \doors\Bulletin
  75.               Bulletin.Exe
  76.               Cd \ra
  77.  
  78.         * NOTE * - You DO NOT have to specify the Bulletin.Cfg File on the
  79.         command line!
  80.  
  81.      * Erudition supports QuickBBS and RemoteAccess 1.1x
  82.  
  83.      * Has Been tested with Bnu.Com Fossil Driver and X00.Sys.
  84.  
  85.      * Erudition needs (3) bbs files to operate correctly:
  86.  
  87.         1) DorinfoX.Def
  88.         2) ExitInfo.BBS
  89.         3) UserOn.BBS
  90.  
  91.      * IF YOU GET A MESSAGE THAT A FILE IS READ PAST END OF FIELD, THAT MEANS
  92.        YOU ARE NOT RUNNING REMOTEACCESS 1.1X!
  93.  
  94.  
  95.  
  96.      SYSOP.DOC              Sunday, November 17, 1991                Page 3
  97.  
  98.      * Erudition File Formats are as follows:
  99.  
  100.  
  101.      Bulletin.Cfg:
  102.  
  103. D:\Ra\                      > Path to ExitInfo.BBS, Dorinfo1.def & UserOn.BBs
  104. D:\Ra\TxtFiles\Bullet1.Ans  > Path & Name of ANSI Bulletin File
  105. D:\Ra\TxtFiles\Bullet1.asc  > Path & Name of ASCII Bulletin File
  106. 15                          > Text Color for TOPIC LINE PROMPT
  107. 14                          > Text Color for line #1 of BULLETIN (Only In Door)
  108. 13                          > Text Color for line #2 of BULLETIN (Only In Door)
  109. 12                          > Text Color for line #3 of BULLETIN (Only In Door)
  110. 11                          > Text Color for line #4 of BULLETIN (Only In Door)
  111. 10                          > Text Color for line #5 of BULLETIN (Only In Door)
  112. 9                           > Text Color for line #6 of BULLETIN (Only In Door)
  113. 8                           > Text Color for line #7 of BULLETIN (Only In Door)
  114. 7                           > Text Color for line #8 of BULLETIN (Only In Door)
  115. 6                           > Text Color for line #9 of BULLETIN (Only In Door)
  116. 5                           > Text Color for line #10 of BULLETIN (Only In Door)
  117.  
  118. The Text Color for the TOPIC LINE PROMPT is not configurable for the bulletins.
  119. This is just the color of the text that is shown inside of the door itself.
  120.  
  121. Same thing goes for the Text Color of the BULLETINS. This is ONLY the color
  122. that is shown inside of the door!
  123.  
  124.    Now if this may seem a little confusing, let me try to help.  First you
  125. should do is edit the Bulletin.Cfg file lines 1-3, these are very important to
  126. proper operation of the door.  After you have done that, try the door with the
  127. default Bulletin.Cfg file.  The Color options will be obvious once you have
  128. done this.  These are just the colors that are shown to the User while they
  129. are inside the door, these ARE NOT what is written to the bulletins.  The
  130. bulletins have their own formats, which at this time, are not configurable.
  131.  
  132.      * Color Numbers, what do they mean?
  133.  
  134. Simple:
  135.  
  136.   0: Black              6: Brown                  12: High Intensity Red
  137.   1: Low Level Blue     7: Low Level White        13: High Intensity Magenta
  138.   2: Low Level Green    8: Gray                   14: High Intensity Yellow
  139.   3: Low Level Cyan     9: High Intensity Blue    15: High Intensity White
  140.   4: Low Level Red     10: High Intensity Green
  141.   5: Low Level Magenta 11: High Intensity Cyan
  142.  
  143. If you use any number HIGHER than 15, the color WILL default to 7.
  144.  
  145.  
  146.  
  147.      SYSOP.DOC              Sunday, November 17, 1991                Page 4
  148.  
  149.                        Erudition Door Registration Form
  150.  
  151.         Order      Item                                 US         Price
  152.  
  153.          ___  Registration & Disk .................. @ $10 ea $________
  154.               (Program on 5.25 Disk Mailed to you within 7-14 Days)
  155.  
  156.          ___  Registration & Upload ................ @ $15 ea $________
  157.               (Program is Uploaded Directly to your BBS, within 24 hours)
  158.  
  159.                                         Add $2 for 3.5" disks $________
  160.  
  161.                                                      Subtotal $________
  162.  
  163.  
  164.                                                         TOTAL $________
  165.  
  166.   ----------------------------------------------------------------------------
  167.  
  168.                             Mailing Address
  169.  
  170.   Please make any checks payable to Steven C. Tolfa and mail form to:
  171.  
  172.                             Steven C. Tolfa
  173.                             1472 Heather Circle
  174.                             Hubertus, WI  53033
  175.  
  176.   Any Questions or Comments can be answered by leaving a message to:
  177.  
  178.         Steve Tolfa at the Anonymous BBS 1:154/40 or (414) 251-2580
  179.  
  180.   ----------------------------------------------------------------------------
  181.  
  182.  
  183. Your Name:_____________________
  184.  
  185.  
  186. BBS Name :_____________________ Phone: (___) ___-____
  187.  
  188.  
  189. BBS Software RemoteAccess_____ QuickBBS_____ Other ______
  190.  
  191.  
  192. If Other BBS Software Please Specify: _______________________________________
  193.  
  194. _____________________________________________________________________________
  195.  
  196. Highest Baud Rate: _____
  197.  
  198. Where You Downloaded This Door: _____________________
  199.  
  200. Comments: ___________________________________________________________________
  201.  
  202. _____________________________________________________________________________
  203.  
  204. _____________________________________________________________________________
  205.  
  206. _____________________________________________________________________________
  207.  
  208. _____________________________________________________________________________
  209.  
  210.  
  211.  
  212.  
  213.      SYSOP.DOC              Sunday, November 17, 1991                Page 5
  214.  
  215.                    Erudition Door Upload Registration Form
  216.  
  217. If you are going to choose the upload registration, you MUST have an account
  218. already defined with the following information.
  219.  
  220.  
  221.  
  222. Account Name: Steven Tolfa
  223.  
  224. Address: Use same as mailing address
  225.  
  226. Password:_____________________  ( You specify the password )
  227.  
  228.  
  229. Hours of Operation:__________________________________
  230.  
  231.  
  232. Upload Access Granted:  Yes:______   No:______
  233.  
  234. Special Instructions:_________________________________________________________
  235.  
  236. ______________________________________________________________________________
  237.  
  238. ______________________________________________________________________________
  239.  
  240. ______________________________________________________________________________
  241.  
  242. ______________________________________________________________________________
  243.  
  244. ______________________________________________________________________________
  245.  
  246. ______________________________________________________________________________
  247.  
  248. ______________________________________________________________________________
  249.  
  250. IMPORTANT:  You MUST mail this form BACK to me along with your registration,
  251. if you DO decide to have the Upload Registration!
  252.  
  253.